/*Navbar*/
.First_ul{list-style:none;
    font-family: Arial;
    font-size: 15px;
    text-align:right;
    text-decoration: none;
    color:#003B5C;
    margin-bottom: 0px;
    }

.one{margin-right: 20px;
display:inline-block;
text-decoration:none;}


/*Navbar*/
.Logo{width: 350px;
margin-left: 30px;
}

.nav_one{display: flex;
/*  padding: 28.800px 15px;*/
justify-content: space-between;
margin-bottom: 12px;
align-items: center;
background-color: white;
}
.nav-links{flex: 1;
 text-align: right;
}
.nav-links .second_ul .two{list-style: none;
      display: inline-block;
      padding: 0px 12px;
      position: relative;
      margin: 0%;
}

.nav-links .second_ul .two a{color:#515050;
        text-decoration: none;
        font-size: 1.09375rem;
        font-family: Arial, Helvetica, sans-serif;
}

/*navbar*/
.third_ul{list-style-type: none;
          background-color: #003B5C;
          padding: 0px;
          margin: 0px;
          overflow: hidden;
}

.line{text-decoration: none;
      padding: 10px;
      display: block;
      text-align: center;
}

.line:hover{background-color:#005c8f ;
}

.line{float: left;
}

.lineone{color: white;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif;
         font-size: medium;
}

#one{font-family: Arial, Helvetica, sans-serif;
     font-weight: lighter;
     font-size: xx-large;
     color: #003B5C;
     padding-left: 42px;
}

#two{font-family: Arial, Helvetica, sans-serif;
     font-weight: lighter;
     color: #003B5C;
     padding-left: 42px;
}

/*    courses     */

.courses{background-color: #003B5C;
         padding: 15px;
         height: 200px;
         padding-left: 50px;
}

select {
  width: 350px;
  font-size: small;
  color: #515050;
  height: 35px;
}

.courses-heading{font-size: larger;
                 font-family: Verdana, Geneva, Tahoma, sans-serif;
                 font-weight: lighter;
                 color: white;
                 margin-left: 42.5px;
                 margin-top: 35px;
}

.text-courses{font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
              font-weight: light;
              font-size: small;
              color: white;
              display: inline-table;
              margin-top: 25px;
}

.search-button{height: 35px;
               background-color: rgb(133, 113, 77);
               font-size: larger;
               font-family: Arial, Helvetica, sans-serif;
               font-weight: lighter;
               padding-left: 15px;
               padding-right: 15px;
               border: solid;
               border-color: rgb(133, 113, 77);
               color: white;
}

.search-button:hover{background-color: rgb(0, 47, 74);
                     border-color: rgb(0, 47, 74);
                     transition: 0.5s;
}

.search-bar{height: 35px;
            width: 350px;
}

.ul-text{list-style: none;
}

#q{color: #003B5C;
}


/*  zoom in pics  */


.zoom-articles-first{display: inline-flex;
                     margin-left: 25px;
}

.container-two{box-shadow: 0 4px 8px 0 rgb(94, 94, 94), 0 6px 20px 0 rgb(141, 141, 141);
               padding-bottom: 45px;
               width: 350px;
               height: 300px;
               margin-left: 60px;
}

.container-two:hover{background-color: #003B5C;
}

.zoom-pic-two{width: 350px;
              height: 200px;
              display: block;
              transition: transform 0.3s ease;
              object-fit: cover;
}

.zoom-pic-two:hover{transform: scale(1.1);
}

.div-two{overflow: hidden;
         position: relative;
}

.zoom-text-two{width: 340px;
               font-weight: lighter;
               font-family: Arial, Helvetica, sans-serif;
               font-size: medium;
               color: #003B5C;
               padding: 10px;
}

.zoom-text-two:hover{color: white;
}

/*    second article         */

.zoom-articles-second{display: inline-flex;
                      margin-left: 12px;
}

.container-three{box-shadow: 0 4px 8px 0 rgb(94, 94, 94), 0 6px 20px 0 rgb(141, 141, 141);
                 padding-bottom: 45px;
                 width: 230px;
                 height: 270px;
                 margin-left: 80px;
}

.container-three:hover{background-color: #003B5C;
}

.zoom-pic-three{width: 250px;
              height: 125px;
              display: block;
              transition: transform 0.3s ease;
}

.zoom-pic-three:hover{transform: scale(1.1);
}

.div-three{overflow: hidden;
         position: relative;
}

.zoom-text-three{width: 200px;
               font-weight: lighter;
               font-family: Arial, Helvetica, sans-serif;
               font-size: medium;
               color: #003B5C;
               padding: 10px;
}

.zoom-text-three:hover{color: white;
}

/*footer*/

.footer-column{background-color: #003B5C;
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
}

.footer-ul{list-style: none;
           display: inline-flex;
}

.text-footer{color: white;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: lighter;
                     font-size: large;
                     text-decoration: none;
}

.address-footer{color: white;
                        font-family: Arial, Helvetica, sans-serif;
                        font-weight: lighter;
                        font-size: large;
}

.text-footer:hover{text-decoration: underline;
}

.headline-footer{color: white;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-size: larger;
}

#facebook-icon{color: white;
               margin-right: 15px;
}

#instagram-icon{color: white;
                margin-right: 15px;
}

#twitter-icon{color: white;
              margin-right: 15px;
}

#youtube-icon{color: white;
              margin-right: 15px;
}

#linkedin-icon{color: white;
               margin-right: 15px;
}

#facebook-icon:hover{color: rgb(133,113,77);
                     transition:0.5s;
}

#instagram-icon:hover{color: rgb(133,113,77);
                      transition:0.5s;
}

#twitter-icon:hover{color: rgb(133,113,77);
                    transition:0.5s;
}

#youtube-icon:hover{color: rgb(133,113,77);
                    transition:0.5s;
}

#linkedin-icon:hover{color: rgb(133,113,77);
                     transition:0.5s;
}

.give-to-wits{margin-top: 20px;
             padding-top: 15px;
             padding-bottom:15px;
             padding-left: 25px;
             padding-right: 25px;
             font-size: large;
             font-weight: lighter;
             color: white;
             background-color: rgb(133,113,77);
             border: solid;
             border-color:  rgb(133,113,77);
}

.give-to-wits:hover{background-color: rgb(0,47,74);
                    border: solid;
                    border-color: rgb(0,47,74);
                    text-decoration: underline;
                    transition: 0.8s;
}

.text-below-footer{color: white;
                   font-family: Arial, Helvetica, sans-serif;
                   font-weight: lighter;
                   font-size: small;
}

.text-below-footer:hover{text-decoration: none;
}

.Copyright-text{color: white;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: lighter;
                font-size: larger;
}